projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38758a
)
; * configure.ac: Remove unnecessary escape.
author
Po Lu
<luangruo@yahoo.com>
Thu, 16 Mar 2023 07:48:26 +0000
(15:48 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 16 Mar 2023 07:48:26 +0000
(15:48 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5a8771bf3d7ae9840903fad4bd6ce55ada00ebff..88c1b6667fae232d86c5321439be13414a2b9ab9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-29,8
+29,7
@@
AC_INIT([GNU Emacs], [30.0.50], [bug-gnu-emacs@gnu.org], [],
if test "$XCONFIGURE" = "android"; then
# configure is being called recursively to configure Emacs for
# Android!
- AC_MSG_NOTICE([called to recursively configure Emacs \
-for Android.])
+ AC_MSG_NOTICE([called to recursively configure Emacs for Android.])
# Set CC to ANDROID_CC and CFLAGS to ANDROID_CFLAGS.
CC=$ANDROID_CC
# Set -Wno-implicit-function-declaration. Building Emacs for older